Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
Overview
The Customization Manager coordinates the application of UI customizations to your application. The manager retrieves a priority list for the session and uses it to determine the order in which customizations should be applied. It then builds and caches a set of customization codes that apply to the current client session. When the client requests information from the Repository Manager, the customization codes are used to retrieve and properly display the correct objects.
In a distributed environment, the Customization Manager is started on both the client and server sides. There is a wrapper program for each side that sets the global variable,
server-side, to eitherYESfor the server-side version orNOfor the client-side version. Both programs then include the main code of the manager from thery\app\rycusmngrp.iinclude file. The differences in how the manager operates on each side are triggered by checking the value of theserver-sidevariable.You can retrieve the handle of the Customization Manager by running the following code:
Table 3–1 shows the files that contain the Customization Manager’s code.
Table 3–1: Customization Manager files Type Path Client-side wrapper Server-side wrapper Main code Included files
For more information on this Manager, see the chapter on using the Progress Dynamics Managers in OpenEdge Development: Progress Dynamics Advanced Development .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |